furny.swing.admin.importer
Class ImporterPanel.WatchDirChosenListener

java.lang.Object
  extended by furny.swing.admin.importer.ImporterPanel.WatchDirChosenListener
All Implemented Interfaces:
FileChosenListener
Enclosing class:
ImporterPanel

private class ImporterPanel.WatchDirChosenListener
extends java.lang.Object
implements FileChosenListener

Listener that will be notified about a directory being chosen.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private ImporterPanel.WatchDirChosenListener()
           
 
Method Summary
 void fileChosen(java.io.File file, int type)
          Notifies about a file being chosen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImporterPanel.WatchDirChosenListener

private ImporterPanel.WatchDirChosenListener()
Method Detail

fileChosen

public void fileChosen(java.io.File file,
                       int type)
Description copied from interface: FileChosenListener
Notifies about a file being chosen.

Specified by:
fileChosen in interface FileChosenListener
Parameters:
file - The selected file.
type - The type.